メインコンテンツへスキップ
ナビゲーションメニュを切り替え
World Help Center
検索
Worldユーザーサポート
セキュリティとプライバシー
セキュリティとプライバシー
バックアップ&リストア
アカウントにログインできません。
ピックアップ記事
サポートに連絡できず、World Appの一部の機能が制限されています。
ピックアップ記事
アカウントを新しい電話に移行するにはどうすればよいですか?
アカウント設定をどのように更新しますか?
アカウントを復元する方法を教えてください。
アカウントをバックアップする方法を教えてください。
7件の記事をすべて表示
データリクエスト
プロフィール情報を削除する方法を教えてください。
虹彩コードを削除できますか?
個人情報について依頼を出す方法を教えてください。
データに関する質問
削除後、私のデータはどうなりますか?
Orbでの認証時に注意すべき安全対策は何ですか?
Worldはどのような個人ユーザーデータを収集し、組織は私のデータをどのように利用しますか?
私の情報を共有または販売しますか? 私の情報の安全は確保されますか?
Orbが盗難に遭った場合、私の情報は安全ですか?
Orb関連の詐欺を避ける方法を教えてください。
8件の記事をすべて表示
他のプラットフォームでのセキュリティ
暗号資産、関連技術、web3プロジェクトについて学べるリソースを教えてください。
フィッシング詐欺とは何ですか?避ける方法を教えてください。
Discordなどのソーシャルメディア上で安全を確保する方法を教えてください。
エアドロップ詐欺を避けるベストプラクティスを教えてください。
,
<% var getColumnClasses = function(numberColumns) { var classNames = 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
<% if (heading) { %>
<%= heading %>
<% } %>
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (!block.description) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
カテゴリ
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
ナビゲーションメニュを切り替え
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
カテゴリ
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
もっと見る
<% } %>
<% } %>