This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
REM コードページを UTF-8 に設定 | |
chcp 65001 | |
REM ACShadows.ini ファイルの Sound 設定を ja-JP に変更 | |
echo ACShadows.ini を編集して Sound を ja-JP に設定します... | |
REM ACShadows.ini が存在するディレクトリに移動 (必要に応じてパスを修正) | |
REM 例: cd "C:\Games\YourGameDirectory" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Text; | |
using System.Text.Json; | |
public class GoogleAI | |
{ | |
private readonly string _apiKey; | |
public GoogleAI(string apiKey) | |
{ | |
_apiKey = apiKey; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Text; | |
using System.Text.Json; | |
public class GoogleAI | |
{ | |
private readonly string _apiKey; | |
public GoogleAI(string apiKey) | |
{ | |
_apiKey = apiKey; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Text; | |
using System.Text.Json; | |
public class GoogleAI | |
{ | |
private readonly string _apiKey; | |
private readonly HttpClient _httpClient; | |
public GoogleAI(string apiKey) | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
あなたは高度な自動音楽生成システムです。ユーザーが指定するテーマ、音楽ジャンル、テンポ、雰囲気に基づいて、アズレア楽譜形式で音楽を自動生成します。 | |
以下に追加のカスタマイズコードがある場合は、それに従って処理を調整してください: | |
<code> | |
{{melody1}} | |
</code> | |
<code> | |
{{melody2}} | |
</code> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"last_node_id": 11, | |
"last_link_id": 10, | |
"nodes": [ | |
{ | |
"id": 5, | |
"type": "LoadImage", | |
"pos": [ | |
1100, | |
410 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
修正: | |
・Dockerイメージから使用されていないgitを削除 (#6724) | |
・Dockerイメージから使用されていないsu-execを削除 (#6722) | |
・偶然にもページタイトルを二重にエンコードしていたのを修正 (#6720) | |
・Docker内で手動で構築するのではなく、Alpine Linux yarnパッケージを使用するように (#6725) | |
・アカウントメディアタイムラインAPIのパフォーマンスを改良 (#6729) | |
・ハッシュタグで、Lと対になるカタラン語が有効になるように (#6741) | |
・READMEにライセンス情報を追加 (#6583) | |
・フォーカルポイント(焦点)クロップの修正、フォーカルポイントモーダルの修正 (#6740) | |
・ステータスインタラクションのローディングバーを非表示 (#6774) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
新機能: | |
認証されたステータス内のフルテキスト検索 (#6423) | |
あなたが書いた、ブーストした、お気に入りした、またはメンションされたトゥート内を検索できるようになります。この機能を有効にするため、APIに変更はありませんが、計算上重い機能であるため、管理者が有効にするかはオプションであり、ElasticSearchデータベースをセットアップする必要があります。 | |
アカウントアーカイブダウンロード (#6460) | |
7日毎にトゥートのフルアーカイブをリクエストすることが出来るようになります。このトゥートはActivityPub JSONフォーマットでエクスポートされ、メディアファイルやアバター、ヘッダイメージが付いてきます。またアカウントがコンテンツの署名に使用し鍵も同様です。理論上、アーカイブはどのコンテンツ移住のためのどのアプリケーションにも使用することが出来ます。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var check = (target) => { | |
var regex = new RegExp('^(\\+|\\-)?(0[1-9]{0,2}|\\d{0,3})(,\\d{3})*(\\.[0-9]+)?$', 'g'); | |
return target.search( regex ) ? true : false; | |
} | |
var isValid = true; | |
var inputs = window.document.querySelectorAll('input[type=text].reqular-text'); | |
inputs.forEach((val) => { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ノート: これはリリース候補版です。 安定するように意図されていますが、保証はされません。 | |
新機能: | |
認証されたステータス内のフルテキスト検索 (#6423) | |
あなたが書いた、ブーストした、お気に入りした、またはメンションされたトゥート内を検索できるようになります。この機能を有効にするため、APIに変更はありませんが、計算上重い機能であるため、管理者が有効にするかはオプションであり、ElasticSearchデータベースをセットアップする必要があります。 | |
アカウントアーカイブダウンロード (#6460) |
NewerOlder