chore: replace all cn comments of fe to en version by volc api (#320)
This commit is contained in:
@@ -46,8 +46,8 @@ export const PluginModalFilter: FC<PluginModalFilterProp> = ({
|
||||
setQuery,
|
||||
}) => {
|
||||
/**
|
||||
* 空间插件:创建、编辑时间排序
|
||||
* 公共插件:热度、发布时间排序
|
||||
* Space Plugin: Create and Edit Time Sorting
|
||||
* Public plugins: popularity, release time ranking
|
||||
* */
|
||||
const getFilterItem = () => {
|
||||
if (
|
||||
|
||||
@@ -48,7 +48,7 @@ export const PluginFilter: React.FC<PluginFilterProps> = ({
|
||||
const spaceType = useSpaceStore(store => store.space.space_type);
|
||||
const defaultId = getDefaultPluginCategory().id;
|
||||
const onChangeAfterDiff = (freshType: typeof type) => {
|
||||
// 如果是在搜索,把搜索置空
|
||||
// If you are searching, leave the search blank
|
||||
if (isSearching) {
|
||||
onChange(freshType);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user