chore: replace all cn comments of fe to en version by volc api (#320)
This commit is contained in:
@@ -36,7 +36,7 @@ export const checkOutPluginContext = async (pluginId: string) => {
|
||||
const user = data?.user;
|
||||
|
||||
/**
|
||||
* 有人占用 & 不是自己
|
||||
* Someone occupies & not themselves
|
||||
*/
|
||||
if (data?.Occupied && user && !user.self) {
|
||||
UIModal.info({
|
||||
|
||||
Reference in New Issue
Block a user