Skip to content

Commit

Permalink
remove chinese comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenth-crew committed Jul 21, 2024
1 parent 3bd9680 commit 5a1804e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getOpenrank } from '../../../../api/developer';
import elementReady from 'element-ready';
import React from 'react';
import ReactDOM from 'react-dom';
import View from './view'; // 引入 OpenRankView 组件
import View from './view';

const featureId = features.getFeatureID(import.meta.url);

Expand Down Expand Up @@ -73,7 +73,7 @@ const init = async (): Promise<void> => {

if (popover && popover.getAttribute('data-popover-id') === popoverId) {
// Check if the popover is still associated with the correct developer
renderTo(popover, developerName, openrank); // 调用 renderTo 函数
renderTo(popover, developerName, openrank);
}

// Regardless of whether the current event is being processed, check and update the openrank information if necessary.
Expand Down

0 comments on commit 5a1804e

Please sign in to comment.