chore: replace all cn comments of fe to en version by volc api (#320)

This commit is contained in:
tecvan
2025-07-31 10:32:15 +08:00
committed by GitHub
parent 716ec0cba8
commit 71f6245a01
2960 changed files with 15545 additions and 15545 deletions

View File

@@ -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 (

View File

@@ -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;