Player profile (cyan): this box has the name of the person who created the character, together with their World Anvil profile bio, a list of all public characters and links to social media (also from your World Anvil profile). Embedding box (yellow): this box contains a simple unique bbc...
def create_rule_content_dict(self, block_id, block_content): # Remove break lines in the beginning and end of string block_content = re.sub('\\n$', '', block_content) block_content = re.sub('^\\n', '', block_content) return {'content_block_id': block_id, 'content': block...
{ - display: inline-block; - transition: transform 200ms; -} - -.card h2 { - font-weight: 600; - margin-bottom: 0.7rem; -} - -.card p { - margin: 0; - opacity: 0.6; - font-size: 0.9rem; - line-height: 1.5; - max-width: 30ch; -} - -.center { - display: flex; ...
this.image.Source = new BitmapImage(uri);*/this.image.Source = bitmapImage;this.textBlockDescription.Text = ((string)token["author"][0]["name"]["$t"]) +" uploaded a new video: "+ ((string)token["title"]["$t"]); } 开发者ID:ElegantMonkey,项目名称:PushNotifications,代码行数:33...
{ + "semi": "error" + } } diff --git a/components/encryptForm.js b/components/encryptForm.js new file mode 100644 index 0000000..eebb20c --- /dev/null +++ b/components/encryptForm.js @@ -0,0 +1,110 @@ +import { Button, useToast } from '@chakra-ui/react'; +import { Fa...